home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000388_news@newsmaster….columbia.edu _Thu Sep 25 08:03:57 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id IAA23717
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 25 Sep 1997 08:03:57 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id IAA22838
  7.     for kermit.misc@watsun; Thu, 25 Sep 1997 08:03:56 -0400 (EDT)
  8. Path: news.columbia.edu!news.new-york.net!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!newsfeed.internetmci.com!207.49.14.4!news.wolsi.com!news.aros.net!news.cs.utah.edu!cc.usu.edu!jrd
  9. From: jrd@cc.usu.edu (Joe Doupnik)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Bug? SET TERM UNDERSCORE 1 ignored
  12. Message-ID: <rAOgHxRNY3bp@cc.usu.edu>
  13. Date: 24 Sep 97 20:44:30 MDT
  14. References: <omg1qv9l7v.fsf@tees.cs.ualberta.ca>
  15. Organization: Utah State University
  16. Lines: 23
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:7715
  18.  
  19. In article <omg1qv9l7v.fsf@tees.cs.ualberta.ca>, Vladimir Alexiev <vladimir@cs.ualberta.ca> writes:
  20. > I'm using MS Kermit 3.14 on a monochrome CGA, and I want to map the underline
  21.                 ^^^^^^^^^^^^^^
  22. > attribute (us) to dim, ie "gray on black" (my normal colors are, well, white
  23. > on black). Although kermit accepts the flag 1 (bright) in the command
  24. >   SET TERM UNDERSCORE 1,30
  25. > SHOW TERM doesn't have a position for that flag, and it seems to get ignored.
  26. > In fact I'm pretty sure it gets ignored, because when I tweak my termcap with
  27. > us=\E[1;30m I see the desired dim color ok. Unfortunately this makes it
  28. > impossible for kermit to merge properly reverse+underline if underline is the
  29. > second attribute emitted. In that case only underline is effected.
  30. > I saw no mention of a fix in the latest 3.15 (of 15 Sep).
  31. > Please CC any replies to me.
  32. > Regards, Vlad
  33. ------
  34.     I dunno. Is that a monochrome display adapter or a CGA adapter?
  35. I would have to look at the code to see about this now rare situation
  36. and I won't be able to do that until the weekend after next (traveling).
  37.                                                 
  38.     Joe D.